home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Special Tips & Tricks for Windows 95
/
Chip Wintips.iso
/
demo
/
cwritter
/
cwritter.exe
/
RCDATA
/
CABINET
/
CW.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1996-03-13
|
3KB
|
99 lines
;---------------------------------------------------
; Author: GlenMac
; installs CW Banner Applet
;---------------------------------------------------
; L o c a l i s e d s t u f f
[Strings]
BANNERPROG = "Progra~1\MSDemo2\kidsdemo"
BANNER_ROOT = "Progra~1\MSDemo2"
BANNERSAMPLES = "Progra~1\MSDemo2\kidsdemo\Shared\Users\Max"
BANNERSTUFF = "Progra~1\MSDemo2\kidsdemo\Shared\Stuff"
BANNERMISC = "Progra~1\MSDemo2\kidsdemo\Writer"
BANNER_GROUP = "Microsoft Kids" ; shortcut location
BANNER_DESCRIPTION = "Creative Writer Banner Demo" ; shortcut name
BANNER_ShortDesc = "Details" ; details view
BANNER_UNINSTALLKEY = "Software\Microsoft\Windows\CurrentVersion\Uninstall\CWBanDmo"
BANNER_UNINSTALLNAME = "Creative Writer Banner Demo"
[DefaultInstall]
CopyFiles=BANNER.copy.prog, BANNER.copy.samples, BANNER.copy.stuff, BANNER.copy.misc, BANNER.copy.inf
UpdateInis=BANNER.Links
AddReg=Banner.reg
[DefaultUninstall]
UpdateInis=BANNER.DelLinks
DelReg=Banner.delreg
AddReg=Banner.DelOnce
[version]
signature="$CHICAGO$"
; F i l e c o p y i n g s e c t i o n s
; -----------------------------------------
[DestinationDirs]
BANNER.copy.prog=24,%BANNERPROG%
BANNER.copy.samples=24,%BANNERSAMPLES%
BANNER.copy.stuff=24,%BANNERSTUFF%
BANNER.copy.misc=24,%BANNERMISC%
BANNER.copy.inf=17
; -----------------------------------------------------
[BANNER.copy.prog]
writer.exe,,,2
[BANNER.copy.misc]
writer.pic,,,2
writer.snd,,,2
[BANNER.copy.stuff]
0max.bor,,,2
max.art,,,2
pablo.fon,,,2
[BANNER.copy.samples]
all_spor.max,,,2
babysitt.max,,,2
family_r.max,,,2
invitati.max,,,2
lemonade.max,,,2
literary.max,,,2
neighbor.max,,,2
new_kitt.max,,,2
our_best.max,,,2
secret_p.max,,,2
[BANNER.copy.inf]
cw.inf,,,2
; W h e r e t h e f i l e s c o m e f r o m
; -------------------------------------------------
[SourceDisksNames]
55="","",1
[SourceDisksFiles]
; L i n k s / S h o r t c u t s
; ---------------------------------
[BANNER.Links]
setup.ini, progman.groups,,"group55=%BANNER_GROUP%"
setup.ini, group55,,"""%BANNER_DESCRIPTION%"", ""%24%%BANNERPROG%\writer.exe"",,,,,%BANNER_ShortDesc%"
[BANNER.DelLinks]
setup.ini, progman.groups,,"group55=%BANNER_GROUP%"
setup.ini, group55,,"""%BANNER_DESCRIPTION%""
[BANNER.reg]
HKLM,%BANNER_UNINSTALLKEY%,"DisplayName",,"%BANNER_UNINSTALLNAME%"
HKLM,%BANNER_UNINSTALLKEY%,"UninstallString",,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 "%17%\cw.inf"
[BANNER.delreg]
HKLM,%BANNER_UNINSTALLKEY%,"DisplayName",,""
HKLM,%BANNER_UNINSTALLKEY%,"UninstallString",,""
HKLM,%BANNER_UNINSTALLKEY%,"",,""
[Banner.DelOnce]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"%APPNAME%",,"command.com /c deltree /y %24%%BANNER_ROOT%"